Skip to content

Prod 1 1#52

Merged
JuergGood merged 17 commits intomasterfrom
prod-1-1
Mar 14, 2026
Merged

Prod 1 1#52
JuergGood merged 17 commits intomasterfrom
prod-1-1

Conversation

@JuergGood
Copy link
Owner

UX / UI Change PR

Scope

  • Dark mode
  • Mobile layout
  • Tables/logs/admin views
  • Tasks/list layouts
  • Other:

Acceptance criteria (must be explicit)

What changed (systemic first)

  • Tokens/theme:
  • Shared components/styles:
  • Component-specific changes (only if necessary):

Screens / viewports verified

  • Mobile 375×667 light
  • Mobile 375×667 dark
  • Desktop 1440×900 light
  • Desktop 1440×900 dark

UX Regression Checklist (must all be ✅)

Theme & contrast

  • Action icons visible in dark mode (incl. mat-icon-button + destructive actions)
  • Menus/dialogs/selects have readable contrast in dark mode
  • Focus ring visible (keyboard navigation)

Mobile space & layout

  • Header density acceptable (content above the fold on 375×667)
  • No unintended horizontal scrolling on mobile

Responsive patterns

  • Tables on mobile: cards or usable scroll (no clipped headers)
  • Toolbars/filters don’t create orphan controls / accidental wraps
  • Titles don’t break mid-word; truncation/wrapping intentional

Maintainability

  • No new hardcoded hex colors (unless added to tokens)
  • No new !important (or justified below)

Justifications (required if any)

  • New !important added because:
  • Component-specific workaround added because:

…r, improve global spacing and card softness, add navigation cues, and introduce subtle AI-style hero backgrounds.
…ent and integrate footer, navigation enhancements, and hero background updates into frontend.
… CTA prominence, and improve visual hierarchy.
… branding for consistency, and enhance spacing between components. Add new document for rebalancing layout after demo move with detailed guidelines and options.
…gin page layout, and adjust AWS task definitions for the new image versions. Modify i18n files to enhance tagline.
…d monitoring capabilities, update frontend version to 1.1.1-SNAPSHOT, and refine module structure.
- Fix dark mode contrast and style for `/login` and `/features` pages to ensure consistent visibility and readability.
- Correct AWS resource references in scripts and task definitions to reflect new `angularai` prefix and `angular-boot` cluster.
- Resolved dark mode UI issues on several components, including contrast and text overlap improvements.
- Fixed critical runtime error in `RetrospectiveComponent`.
- Addressed i18n de
- Disable CloudWatch logs and metrics export across ECS task definitions to minimize operational costs.
- Update runbook and operations guides to reflect changes and provide alternative log inspection methods.
- Comment out CloudWatch metric dependencies in `pom.xml` and update `application.properties`.
- Document decision in ADR-0055 with reasoning and consequences.
@JuergGood JuergGood merged commit 7e68429 into master Mar 14, 2026
7 of 17 checks passed
@github-actions
Copy link

Qodana Community for JVM

25 new problems were found

Inspection name Severity Problems
Nullability and data flow problems 🔶 Warning 9
Constant values 🔶 Warning 5
Duplicate condition 🔶 Warning 2
Statement with empty body 🔶 Warning 1
Result of method call ignored 🔶 Warning 1
Mismatched query and update of collection 🔶 Warning 1
'Optional' used as field or parameter type 🔶 Warning 1
Unused assignment 🔶 Warning 1
Non-distinguishable logging calls ◽️ Notice 4

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.3.4
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant